[INFO] fetching crate runzip 0.1.8...
[INFO] testing runzip-0.1.8 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate runzip 0.1.8 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate runzip 0.1.8
[INFO] finished tweaking crates.io crate runzip 0.1.8
[INFO] tweaked toml for crates.io crate runzip 0.1.8 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate runzip 0.1.8 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate runzip 0.1.8 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustls-pki-types v1.13.1
[INFO] [stderr]   Downloaded iri-string v0.7.9
[INFO] [stderr]   Downloaded cc v1.2.48
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.30
[INFO] [stderr]   Downloaded hyper-util v0.1.18
[INFO] [stderr]   Downloaded tower-http v0.6.7
[INFO] [stderr]   Downloaded reqwest v0.12.24
[INFO] [stderr]   Downloaded aws-lc-rs v1.15.0
[INFO] [stderr]   Downloaded zerocopy v0.8.30
[INFO] [stderr]   Downloaded aws-lc-sys v0.33.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61cced5d6d6bc17fe330f3e85e930ddf31dcc5885ae1b12a1be14b8b98d9d772
[INFO] running `Command { std: "docker" "start" "-a" "61cced5d6d6bc17fe330f3e85e930ddf31dcc5885ae1b12a1be14b8b98d9d772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61cced5d6d6bc17fe330f3e85e930ddf31dcc5885ae1b12a1be14b8b98d9d772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61cced5d6d6bc17fe330f3e85e930ddf31dcc5885ae1b12a1be14b8b98d9d772", kill_on_drop: false }`
[INFO] [stdout] 61cced5d6d6bc17fe330f3e85e930ddf31dcc5885ae1b12a1be14b8b98d9d772
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 46b53629497ac31c559eb5d6970bcf05ab49617dab8cc4714f3d6211d2b5a9e6
[INFO] running `Command { std: "docker" "start" "-a" "46b53629497ac31c559eb5d6970bcf05ab49617dab8cc4714f3d6211d2b5a9e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling aws-lc-rs v1.15.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling aws-lc-sys v0.33.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tower-http v0.6.7
[INFO] [stderr]    Compiling hyper-util v0.1.18
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling runzip v0.1.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
[INFO] running `Command { std: "docker" "inspect" "46b53629497ac31c559eb5d6970bcf05ab49617dab8cc4714f3d6211d2b5a9e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46b53629497ac31c559eb5d6970bcf05ab49617dab8cc4714f3d6211d2b5a9e6", kill_on_drop: false }`
[INFO] [stdout] 46b53629497ac31c559eb5d6970bcf05ab49617dab8cc4714f3d6211d2b5a9e6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f511a7e05c983a5a1033616c4d04d66a2dd4a739789f2fbad913c8eb28620bbe
[INFO] running `Command { std: "docker" "start" "-a" "f511a7e05c983a5a1033616c4d04d66a2dd4a739789f2fbad913c8eb28620bbe", kill_on_drop: false }`
[INFO] [stderr]    Compiling runzip v0.1.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.55s
[INFO] running `Command { std: "docker" "inspect" "f511a7e05c983a5a1033616c4d04d66a2dd4a739789f2fbad913c8eb28620bbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f511a7e05c983a5a1033616c4d04d66a2dd4a739789f2fbad913c8eb28620bbe", kill_on_drop: false }`
[INFO] [stdout] f511a7e05c983a5a1033616c4d04d66a2dd4a739789f2fbad913c8eb28620bbe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2f18098021759a48d8549c0baf2cc87a88fbce3c87dca76c98496cef8c6a0641
[INFO] running `Command { std: "docker" "start" "-a" "2f18098021759a48d8549c0baf2cc87a88fbce3c87dca76c98496cef8c6a0641", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/runzip-01ec5b3dc4a2b95b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/runzip-03750765e46e27ca)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests runzip
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/io/mod.rs - io::ReadAt (line 36) ... ignored
[INFO] [stdout] test src/zip/extractor.rs - zip::extractor::ZipExtractor<R>::extract_to_file (line 192) ... ignored
[INFO] [stdout] test src/zip/extractor.rs - zip::extractor::ZipExtractor<R>::extract_to_memory (line 135) ... ignored
[INFO] [stdout] test src/zip/extractor.rs - zip::extractor::ZipExtractor<R>::extract_to_stdout (line 228) ... ignored
[INFO] [stdout] test src/zip/extractor.rs - zip::extractor::ZipExtractor<R>::list_files (line 100) ... ignored
[INFO] [stdout] test src/zip/extractor.rs - zip::extractor::ZipExtractor<R>::new (line 75) ... ignored
[INFO] [stdout] test src/zip/parser.rs - zip::parser::ZipParser (line 44) ... ignored
[INFO] [stdout] test src/zip/structures.rs - zip::structures::ZipFileEntry (line 345) ... ignored
[INFO] [stdout] test src/zip/structures.rs - zip::structures::ZipFileEntry::mod_date (line 390) ... ignored
[INFO] [stdout] test src/zip/structures.rs - zip::structures::ZipFileEntry::mod_time (line 414) ... ignored
[INFO] [stdout] test src/lib.rs - (line 20) - compile ... ok
[INFO] [stdout] test src/zip/extractor.rs - zip::extractor (line 8) - compile ... ok
[INFO] [stdout] test src/io/local.rs - io::local::LocalFileReader (line 24) - compile ... FAILED
[INFO] [stdout] test src/io/http.rs - io::http::HttpRangeReader (line 35) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/io/local.rs - io::local::LocalFileReader (line 24) stdout ----
[INFO] [stdout] error[E0599]: no method named `size` found for struct `LocalFileReader` in the current scope
[INFO] [stdout]   --> src/io/local.rs:31:40
[INFO] [stdout]    |
[INFO] [stdout] 31 | println!("File size: {} bytes", reader.size());
[INFO] [stdout]    |                                        ^^^^ private field, not a method
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/io/mod.rs:65:8
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn size(&self) -> u64;
[INFO] [stdout]    |        ---- the method is available for `LocalFileReader` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ReadAt` which provides `size` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 24 + use crate::runzip::ReadAt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/io/http.rs - io::http::HttpRangeReader (line 35) stdout ----
[INFO] [stdout] error[E0599]: no method named `size` found for struct `HttpRangeReader` in the current scope
[INFO] [stdout]   --> src/io/http.rs:41:40
[INFO] [stdout]    |
[INFO] [stdout] 41 | println!("File size: {} bytes", reader.size());
[INFO] [stdout]    |                                        ^^^^ private field, not a method
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/io/mod.rs:65:8
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn size(&self) -> u64;
[INFO] [stdout]    |        ---- the method is available for `HttpRangeReader` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ReadAt` which provides `size` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 34 + use crate::runzip::ReadAt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/io/http.rs - io::http::HttpRangeReader (line 35)
[INFO] [stdout]     src/io/local.rs - io::local::LocalFileReader (line 24)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 2 failed; 10 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.65s; merged doctests compilation took 0.29s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "2f18098021759a48d8549c0baf2cc87a88fbce3c87dca76c98496cef8c6a0641", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f18098021759a48d8549c0baf2cc87a88fbce3c87dca76c98496cef8c6a0641", kill_on_drop: false }`
[INFO] [stdout] 2f18098021759a48d8549c0baf2cc87a88fbce3c87dca76c98496cef8c6a0641
